home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / r3iasub2.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  2.8 KB  |  99 lines

  1.  
  2. // JavaScript wrapper for r3iasub2.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IASUBDIVEXTRUDE_H = 1;
  7. include("real/intact/r3iasdsbase.js")
  8. include("oops/r3vector.js")
  9. include("real/objects/r3subdiv.js")
  10.  
  11.  
  12. var R3CLID_IASUBDIVEXTRUDE = 1327;
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. R3IASUBDIVEXTA_RegionOption = 1327500;
  21. function SetR3IASUBDIVEXTA_RegionOption(value) {
  22.   R3Set(this.r3obj, R3IASUBDIVEXTA_RegionOption, value, R3TID_INTEGER, 0); 
  23. }
  24.  
  25. function GetR3IASUBDIVEXTA_RegionOption() {
  26.   return R3Get(this.r3obj, R3IASUBDIVEXTA_RegionOption, R3TID_INTEGER, 0); 
  27. }
  28.  
  29. R3IASUBDIVEXTA_NormalOption = 1327501;
  30. function SetR3IASUBDIVEXTA_NormalOption(value) {
  31.   R3Set(this.r3obj, R3IASUBDIVEXTA_NormalOption, value, R3TID_INTEGER, 0); 
  32. }
  33.  
  34. function GetR3IASUBDIVEXTA_NormalOption() {
  35.   return R3Get(this.r3obj, R3IASUBDIVEXTA_NormalOption, R3TID_INTEGER, 0); 
  36. }
  37.  
  38. R3IASUBDIVEXTA_Action = 1327502;
  39. function SetR3IASUBDIVEXTA_Action(value) {
  40.   R3Set(this.r3obj, R3IASUBDIVEXTA_Action, value, R3TID_INTEGER, 0); 
  41. }
  42.  
  43. function GetR3IASUBDIVEXTA_Action() {
  44.   return R3Get(this.r3obj, R3IASUBDIVEXTA_Action, R3TID_INTEGER, 0); 
  45. }
  46.  
  47. R3IASUBDIVEXTA_LeaveFloor = 1327503;
  48. function SetR3IASUBDIVEXTA_LeaveFloor(value) {
  49.   R3Set(this.r3obj, R3IASUBDIVEXTA_LeaveFloor, value, R3TID_INTEGER, 0); 
  50. }
  51.  
  52. function GetR3IASUBDIVEXTA_LeaveFloor() {
  53.   return R3Get(this.r3obj, R3IASUBDIVEXTA_LeaveFloor, R3TID_INTEGER, 0); 
  54. }
  55.  
  56. R3IASUBDIVEXTA_Sections = 1327505;
  57. function SetR3IASUBDIVEXTA_Sections(value) {
  58.   R3Set(this.r3obj, R3IASUBDIVEXTA_Sections, value, R3TID_INTEGER, 0); 
  59. }
  60.  
  61. function GetR3IASUBDIVEXTA_Sections() {
  62.   return R3Get(this.r3obj, R3IASUBDIVEXTA_Sections, R3TID_INTEGER, 0); 
  63. }
  64.  
  65. R3IASUBDIVEXTA_Depth = 1327506;
  66. function SetR3IASUBDIVEXTA_Depth(value) {
  67.   R3Set(this.r3obj, R3IASUBDIVEXTA_Depth, value, R3TID_FLOAT, 0); 
  68. }
  69.  
  70. function GetR3IASUBDIVEXTA_Depth() {
  71.   return R3Get(this.r3obj, R3IASUBDIVEXTA_Depth, R3TID_FLOAT, 0); 
  72. }
  73.  
  74.  
  75.  
  76. function r3Iasubdivextrude () { 
  77.    this.base = r3God;
  78.    if(arguments.length) {
  79.       this.base(R3CLID_IASUBDIVEXTRUDE, arguments);
  80.    }
  81.    // Methods
  82.  
  83.    // Attributes
  84.    this.GetRegionOption=GetR3IASUBDIVEXTA_RegionOption;
  85.    this.SetRegionOption=SetR3IASUBDIVEXTA_RegionOption;
  86.    this.GetNormalOption=GetR3IASUBDIVEXTA_NormalOption;
  87.    this.SetNormalOption=SetR3IASUBDIVEXTA_NormalOption;
  88.    this.GetAction=GetR3IASUBDIVEXTA_Action;
  89.    this.SetAction=SetR3IASUBDIVEXTA_Action;
  90.    this.GetLeaveFloor=GetR3IASUBDIVEXTA_LeaveFloor;
  91.    this.SetLeaveFloor=SetR3IASUBDIVEXTA_LeaveFloor;
  92.    this.GetSections=GetR3IASUBDIVEXTA_Sections;
  93.    this.SetSections=SetR3IASUBDIVEXTA_Sections;
  94.    this.GetDepth=GetR3IASUBDIVEXTA_Depth;
  95.    this.SetDepth=SetR3IASUBDIVEXTA_Depth;
  96. }
  97.  
  98. r3Iasubdivextrude.prototype=new r3Iasdsbase;
  99. // r3iasub2.h_H